As clarified in [1], the method expects to be called without the suffix.
[1] https://github.com/qt/qtbase/commit/
0c5135a9dfa6140d23d86b001c3054891c22dcb9
Signed-off-by: kleifgch <81602214+kleifgch@users.noreply.github.com>
// setOrganizationName(QLatin1String(APPLICATION_VENDOR));
setOrganizationDomain(QLatin1String(APPLICATION_REV_DOMAIN));
- QString desktopFileName = QString(QLatin1String(LINUX_APPLICATION_ID)
- + QLatin1String(".desktop"));
- setDesktopFileName(desktopFileName);
+ setDesktopFileName(QString(LINUX_APPLICATION_ID));
setApplicationName(_theme->appName());
setWindowIcon(_theme->applicationIcon());